Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybarkov committed Dec 16, 2023
1 parent 5825160 commit 5de9df4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rosreestr2coord/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env python
# coding: utf-8
from rosreestr2coord.console import console

import sys,os
sys.path.append(os.getcwd())

from rosreestr2coord.console import console

if __name__ == "__main__":
console()

0 comments on commit 5de9df4

Please sign in to comment.