First
This commit is contained in:
17
archive/source/sim_agents/config.py
Normal file
17
archive/source/sim_agents/config.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
E.Drake - ENGN-2220
|
||||
|
||||
Thu Jan 22 23:48:50 2026
|
||||
"""
|
||||
from pathlib import Path
|
||||
|
||||
ROOT = Path(__file__).parent.parent.parent
|
||||
SOURCE_DIR = ROOT/"source"
|
||||
ARCHIVE_DIR = ROOT/"archive"
|
||||
PATH_DIR = ROOT/"path"
|
||||
AGENTS_DIR = ROOT/SOURCE_DIR/"sim_agents"
|
||||
GEO_DIR = ROOT/SOURCE_DIR/"sim_geometry"
|
||||
TEST_DIR = ROOT/SOURCE_DIR/"test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user