Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Udayraj123
GitHub Repository: Udayraj123/OMRChecker
Path: blob/master/src/defaults/__init__.py
214 views
1
# https://docs.python.org/3/tutorial/modules.html#:~:text=The%20__init__.py,on%20the%20module%20search%20path.
2
# Use all imports relative to root directory
3
# (https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.html)
4
from src.defaults.config import * # NOQA
5
from src.defaults.template import * # NOQA
6
7