npbackup/npbackup/core/nuitka_helper.py
2024-01-03 20:01:03 +01:00

13 lines
308 B
Python

#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# This file is part of npbackup
__intname__ = "npbackup.core.nuitka_helper"
__author__ = "Orsiris de Jong"
__copyright__ = "Copyright (C) 2022-2024 NetInvent"
__license__ = "BSD-3-Clause"
__build__ = "2023040401"
IS_COMPILED = "__compiled__" in globals()