mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-02 02:41:57 +02:00
Refactor and add documentation.
This commit is contained in:
parent
d2813da063
commit
010368dfea
10 changed files with 24 additions and 3 deletions
|
@ -58,7 +58,7 @@ def main() -> None:
|
|||
|
||||
elif arguments.command == "taginfo":
|
||||
from map_machine.scheme import Scheme
|
||||
from map_machine.taginfo import write_taginfo_project_file
|
||||
from doc.taginfo import write_taginfo_project_file
|
||||
|
||||
write_taginfo_project_file(Scheme(workspace.DEFAULT_SCHEME_PATH))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue