Add missing header

This commit is contained in:
Orsiris de Jong 2023-08-31 23:24:24 +02:00
parent 3ac68fb261
commit 4314768cf7

View file

@ -1,4 +1,14 @@
print("hello global")
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# This file is part of npbackup
__intname__ = "npbackup.globvars"
__author__ = "Orsiris de Jong"
__copyright__ = "Copyright (C) 2023 NetInvent"
__license__ = "GPL-3.0-only"
__build__ = "2023083101"
class Globvars(object):
GUI = None