RoboWaiter/robowaiter/utils/__init__.py

13 lines
172 B
Python
Raw Normal View History

2023-11-09 21:52:13 +08:00
import os
2023-11-09 16:07:02 +08:00
from robowaiter.utils import *
from robowaiter.utils import *
2023-11-09 21:52:13 +08:00
def get_root_path():
return os.path.abspath(
os.path.join(__file__, "../..")
)