Make subpackages

This commit is contained in:
Orsiris de Jong 2023-01-30 11:59:05 +01:00
parent 4df1be1e0c
commit 1dfc52ceed
3 changed files with 12 additions and 0 deletions

View 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
View file

@ -0,0 +1,4 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# Placeholder so this directory becomes a package

View file

@ -0,0 +1,4 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# Placeholder so this directory becomes a package