mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-17 14:19:48 +08:00
Make subpackages
This commit is contained in:
parent
4df1be1e0c
commit
1dfc52ceed
3 changed files with 12 additions and 0 deletions
4
npbackup/core/__init__.py
Normal file
4
npbackup/core/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Placeholder so this directory becomes a package
|
||||
4
npbackup/gui/__init__.py
Normal file
4
npbackup/gui/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Placeholder so this directory becomes a package
|
||||
4
npbackup/windows/__init__.py
Normal file
4
npbackup/windows/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Placeholder so this directory becomes a package
|
||||
Loading…
Add table
Reference in a new issue