mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 11:57:59 +00:00
update for pypi
This commit is contained in:
@@ -6,9 +6,11 @@ config file manager
|
||||
|
||||
import yaml
|
||||
import os
|
||||
from dotfile import Dotfile
|
||||
from logger import Logger
|
||||
from action import Action
|
||||
|
||||
# local import
|
||||
from dotdrop.dotfile import Dotfile
|
||||
from dotdrop.logger import Logger
|
||||
from dotdrop.action import Action
|
||||
|
||||
|
||||
class Cfg:
|
||||
|
||||
Reference in New Issue
Block a user