📝 Added doc string

This commit is contained in:
Nikhil Badyal
2022-10-11 22:52:10 +05:30
parent 9384fc9856
commit 2f53645d13
6 changed files with 101 additions and 1 deletions
+2
View File
@@ -1,3 +1,4 @@
"""Entry point."""
import sys
from environs import Env
@@ -10,6 +11,7 @@ from src.patches import Patches
def main() -> None:
"""Entry point."""
env = Env()
config = RevancedConfig(env)