mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
refactor: rename files which define modules
This commit is contained in:
parent
f8df4932db
commit
c02531442d
5 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@ using CSV
|
|||
using DataFrames
|
||||
using Dates
|
||||
|
||||
include("parse_qaqc_master_log.jl")
|
||||
include("parse_clock.jl")
|
||||
include("QaqcMasterLog.jl")
|
||||
include("ClockParser.jl")
|
||||
include("SlaveLogParser.jl")
|
||||
|
||||
include("create_table.jl")
|
||||
include("download_csv.jl")
|
||||
include("DownloadCSVs.jl")
|
||||
include("import_data.jl")
|
||||
|
||||
include("dispatch_checker.jl")
|
||||
include("DispatchChecker.jl")
|
||||
using .DispatchChecker
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue